home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / new / new_1 / arachnid / makefile.aztec < prev    next >
Makefile  |  1994-12-23  |  271b  |  13 lines

  1. # Makefile for Aztec C 5.2
  2.  
  3. .c.o:
  4.      cc -so -wl -md $*.c
  5.  
  6. ARACHNID = Arachnid.o Window.o Game.o Karten.o SucheKarte.o ReiheZeigen.o\
  7.            RowReq.o Fehler.o
  8.  
  9. Arachnid: $(ARACHNID) Daten.o
  10.      ln $(ARACHNID) +cd Daten.o -lcl
  11. Daten.o : Karo.h Herz.h Pik.h Kreuz.h
  12.  
  13.